home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9707 / 000059_owner-linux-arm…r.rutgers.edu _Mon Jul 21 14:17:31 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id OAA11787 for <willy@odie.fluff.org>; Mon, 21 Jul 1997 14:17:30 +0100
  3. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 16254]) by nic.funet.fi with ESMTP id <15732-19387>; Mon, 21 Jul 1997 15:57:18 +0300
  4. Received: by vger.rutgers.edu id <970966-8840>; Mon, 21 Jul 1997 08:53:38 -0400
  5. Received: from snowcrash.cymru.net ([163.164.160.3] EHLO snowcrash.cymru.net ident: IDENT-NOT-QUERIED [port 2047]) by vger.rutgers.edu with ESMTP id <971063-8840>; Mon, 21 Jul 1997 08:53:23 -0400
  6. Received: (from alan@localhost) by snowcrash.cymru.net (8.8.5-q-beta3/8.7.1) id NAA23518; Mon, 21 Jul 1997 13:55:35 +0100
  7. From: Alan Cox <alan@cymru.net>
  8. Message-Id: <199707211255.NAA23518@snowcrash.cymru.net>
  9. Subject: Re: What will PCI give ?
  10. To: mark@storagedirect.com (Mark Smith)
  11. Date:     Mon, 21 Jul 1997 13:55:27 +0100 (BST)
  12. Cc: linux-arm@vger.rutgers.edu
  13. In-Reply-To: <01BC95CE.FF96B640@mark> from "Mark Smith" at Jul 21, 97 12:09:48 pm
  14. Content-Type: text
  15. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  16. Sender: owner-linux-arm@vger.rutgers.edu
  17. Precedence: bulk
  18. Status: RO
  19.  
  20. > When the Risc PC comes out with PCI will it give access to all those nice 
  21. > toys that are available for PCs ? Like could I plug in my Adaptec 2940 and 
  22. > with a little driver see SCSI disks ? Or plug in my Millenium and have
  23. > graphics ?
  24.  
  25. You have to add three components to make all this work. Firstly its
  26. improbable the RiscPC will have an intel PCI bios so you will need to write
  27. the PCI bios equivalents for your platform and add them to the kernel
  28.  
  29. Secondly you will need to sort out PCI translations to make the drivers port
  30. cleanly. That shouldnt be too hard. However some drivers will bite you as
  31. they aren't very portable, (The worst of that got sorted by the Alpha)
  32.  
  33. > Or will hardware have to be made specifically for the Risc PC (maybe a 
  34. > different BIOS) ?
  35.  
  36. This is #3. You will need an intel CPU emulator. There is a GPL'd i386
  37. emulator in the now GPL willows toolkit. With some hacking its probably up
  38. to initialising most boards.
  39.  
  40. Alan